DoubleNINumericDoubleNRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.Remainder(
DoubleN value
)
Private Function Remainder (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).Remainder
private:
virtual DoubleN Remainder(
DoubleN value
) sealed = INumeric<DoubleN>::Remainder
private abstract Remainder :
value : DoubleN -> DoubleN
private override Remainder :
value : DoubleN -> DoubleN
- value DoubleN
- The value as the divisor.
DoubleNThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)